home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
c
/
dice-3.16.lha
/
examples
/
Visual
/
VCommon
/
defaultfonts.c
next >
Wrap
C/C++ Source or Header
|
1998-09-27
|
419b
|
23 lines
/*
* MKSoft Development Amiga ToolKit V1.0
*
* Copyright (c) 1985,86,87,88,89,90 by MKSoft Development
*
*/
/*
* This file contains the TOPAZ80 default font for
* global recognition...
*/
#include <exec/types.h>
#include <graphics/text.h>
#include "DefaultFonts.h"
static char fontnam[11]="topaz.font";
struct TextAttr TOPAZ80={fontnam,8,0,FPF_ROMFONT};
struct TextAttr TOPAZ60={fontnam,9,0,FPF_ROMFONT};